Contents   Index

Write ESRI Shape File

This option will points to an ESRI format shape file in type 11 PointZ format.
An associated dbf file will be generated for the the following attributes for each point
Number, Type, Name, Code, Remark.


Select Points/Layers
This opens the Select Dialog to allow selection of points by layer and other parameters

Points
Tick this box to export the Points.

Strings
Tick this box to export the Strings

Date
The data is added to the dbf file which contains the Points/Strings attribute data.

Nine files may be created:
  1. Jobname_Points.dbf - Point attribute data
  2. Jobname_Points.shp - Point co-ords data
  3. Jobname_Points.shx - Index for the Point.shp file
  4. Jobname_Points.prj - Projection for the Point.shp file
  5. Jobname_Polygons.dbf - Polygons attribute data
  6. Jobname_Polygons.shp - Polygons coords data
  7. Jobname_Polygons.shx - Index for the Polygons.shp file
  8. Jobname_Polygons.prj - projection for the Polygons.shp file
  9. Jobname_Polylines.dbf - Polylines attribute data
  10. Jobname_Polylines.shp - Polylines coords data
  11. Jobname_Polylines.shx - Index for the Polylines.shp file
  12. Jobname_Polylines.prj - Projection for the Polylines.shp file
Un-closed strings are exported to the 'Polyline' file and Closed strings (Lots) to 'Polygon' file.
String Attributes

String Values Exported
Point Values Exported
The following attributes are exported for each point.
Point Attributes Exported
Each point may have one or more attribute values.
The Select Attributes Dialog dialog displays a list of all the attributes used by all the Chosen points
and allows you to choose which ones should exported.

Projection File

For each of the Entities exported (Points, Polygons, Polylines - the program will also write
a projection file. This will contain the Datum and projection for the data.

Notes: If the Datum/projection file contains a value in the 'Description' (column Q, or column 17)
It will be appended to the Datum name.
If the datum name is "GDA_1994", and the 'description' is "Perth Coastal Grid 1994"
the datum field in the projection file will be
"GDA_1994_Perth_Coastal_Grid_1994"
Note that the spaces are converted to underscore characters.

If the 'Description' field is blank, the datum field in the projection file will be: "GDA_1994_MGA_PCG94"